home *** CD-ROM | disk | FTP | other *** search
- @echo off
- REM %%VER MS Lan Manager OEM Import Utility Program v2.0a
- if %mono%==y goto b&w
- ..\install\flushkey
- ..\install\check videocard
- if errorlevel 1 goto color
- :b&w
- cls
- goto contin
- :color
- ..\install\get b 31
- :contin
- type ..\blank2.men
- ..\install\echoxy 4 25 N D I S M E N U
- ..\install\echoxy 6 17 L A N M A N A G E R I N S T A L L A T I O N
- ..\install\echoxy 9 10 The EtherDisk diskette is structured for
- ..\install\echoxy 10 10 Microsoft LAN Manager v2.0 OEM import format.
- ..\install\echoxy 11 10 Run the LAN Manager SETUP utility and use the
- ..\install\echoxy 12 10 network driver import function to install the
- ..\install\echoxy 13 10 NDIS driver in your system.
-
- ..\install\echoxy 15 24 Press any key to continue ...
- ..\install\reply
- if errorlevel 60 goto ndis
- if errorlevel 59 goto help
-
- :ndis
- mslan2
-
-
- :help
- ..\install\echoxy 24 1
- type mslan3.hlp
- pause
- mslan3
-